<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in preamble_macro_template.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c27a0c49 - Add libclang capabilities to retriete template arguments from specializations.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#c27a0c49</link>
        <description>Add libclang capabilities to retriete template arguments from specializations.Includes Python bindings.Reviewed in http://reviews.llvm.org/D5621Patch by Rob Springerllvm-svn: 219529

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Fri, 10 Oct 2014 20:01:05 +0000</pubDate>
        <dc:creator>Eli Bendersky &lt;eliben@google.com&gt;</dc:creator>
    </item>
<item>
        <title>6cebf7f8 - test/Index/preamble_macro_template.cpp: Tweak for win32.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#6cebf7f8</link>
        <description>test/Index/preamble_macro_template.cpp: Tweak for win32.Using the file immediately after &quot;&gt; file 2&gt;&amp;1&quot; causes weird behavior on win32.For example, &quot;foo &gt; %t 2&gt;&amp;1; FileCheck --input-file=%t&quot;Use &quot;foo 2&gt;&amp;1 | tee %t&quot; instead.Note, mixing stdout and stderr to the same handle might cause unexpected behavior, due to buffering.llvm-svn: 171009

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Mon, 24 Dec 2012 01:23:48 +0000</pubDate>
        <dc:creator>NAKAMURA Takumi &lt;geek4civic@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>710c1832 - test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue. Investigating.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#710c1832</link>
        <description>test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue. Investigating.llvm-svn: 170484

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Wed, 19 Dec 2012 00:57:48 +0000</pubDate>
        <dc:creator>NAKAMURA Takumi &lt;geek4civic@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e3713d30 - Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for plowing through macros.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#e3713d30</link>
        <description>Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for plowing through macros.This fixes a subtle bug reported in &lt;rdar://problem/12584554&gt; where a double-nestedmacro could lead to an incorrect fixit location with live issues.This fix also uncovers a bunch of subtle bugs in our indexer test cases whichare now fixed (mostly around source ranges for attributes).llvm-svn: 170468

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Tue, 18 Dec 2012 23:07:30 +0000</pubDate>
        <dc:creator>Ted Kremenek &lt;kremenek@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>507840db - Revert r145244. It causes us to create broken ASTs with missing type information</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#507840db</link>
        <description>Revert r145244. It causes us to create broken ASTs with missing type informationfor some cast expressions.Original commit message:Removed useless ImplicitCast nodes in explicit cstyle and static castsllvm-svn: 145447

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Tue, 29 Nov 2011 22:48:16 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>13b6a2ae - Removed useless ImplicitCast nodes in explicit cstyle and static casts</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#13b6a2ae</link>
        <description>Removed useless ImplicitCast nodes in explicit cstyle and static castsllvm-svn: 145244

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Mon, 28 Nov 2011 12:21:57 +0000</pubDate>
        <dc:creator>Nicola Gigante &lt;nicola.gigante@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4c362d53 - Expose more statement, expression, and declaration kinds in libclang,</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#4c362d53</link>
        <description>Expose more statement, expression, and declaration kinds in libclang,from Manuel Holtgrewe!llvm-svn: 141200

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Wed, 05 Oct 2011 19:00:14 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>0274487d - Enable -fdelayed-template-parsing by default on Win32.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#0274487d</link>
        <description>Enable -fdelayed-template-parsing by default on Win32.I had to force -fno-delayed-template-parsing on some Index tests because delayed template parsing will change the output of some tests.llvm-svn: 138942

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Thu, 01 Sep 2011 16:38:08 +0000</pubDate>
        <dc:creator>Francois Pichet &lt;pichet2000@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>925296b4 - Revamp the SourceManager to separate the representation of parsed</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp#925296b4</link>
        <description>Revamp the SourceManager to separate the representation of parsedsource locations from source locations loaded from an AST/PCH file.Previously, loading an AST/PCH file involved carefully pre-allocatingspace at the beginning of the source manager for the source locationsand FileIDs that correspond to the prefix, and then appending thesource locations/FileIDs used for parsing the remaining translationunit. This design forced us into loading PCH files early, as a prefix,whic has become a rather significant limitation.This patch splits the SourceManager space into two parts: for sourcelocation &quot;addresses&quot;, the lower values (growing upward) are used todescribe parsed code, while upper values (growing downward) are usedfor source locations loaded from AST/PCH files. Similarly, positiveFileIDs are used to describe parsed code while negative FileIDs areused to file/macro locations loaded from AST/PCH files. As a result,we can load PCH/AST files even during parsing, making variousimprovemnts in the future possible, e.g., teaching #include &lt;foo.h&gt; tolook for and load &lt;foo.h.gch&gt; if it happens to be already available.This patch was originally written by Sebastian Redl, then broughtforward to the modern age by Jonathan Turner, and finallypolished/finished by me to be committed.llvm-svn: 135484

            List of files:
            /llvm-project-15.0.7/clang/test/Index/preamble_macro_template.cpp</description>
        <pubDate>Tue, 19 Jul 2011 16:10:42 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
