summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Also handle CXXConstructor, CXXDestructor and CXXConversion in CFGMike Stump2010-01-201-2/+4
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-209-148/+148
* Patch to implement required warnings for unimplementedFariborz Jahanian2010-01-202-41/+82
* Wire up the EH context for the catch clauses to the outer EH context. WIP.Mike Stump2010-01-201-9/+9
* Add an exceptional edge from the try terminated block to the outer EHMike Stump2010-01-201-2/+16
* Give UnresolvedSet the ability to store access specifiers for each declaration.John McCall2010-01-2010-74/+72
* Improve CheckFallThrough analysis in the presense of the new C++ EHMike Stump2010-01-201-1/+10
* add support for Fedora 10 x86_64, there really should be a better way to hand...Chris Lattner2010-01-191-0/+4
* Implement goto inside of blocks.Mike Stump2010-01-192-4/+20
* Update and move around comments.Eric Christopher2010-01-191-1/+4
* The type of a compound literal expression is not necessarily the same as theJohn McCall2010-01-193-6/+10
* Add CFG support for the start and end of scopes and infrastructure forMike Stump2010-01-191-18/+76
* Rewriteing of gnu extension __typeof in objective-c rewriter.Fariborz Jahanian2010-01-191-1/+13
* Don't try to build/install/clean compiler-rt stuff if it isn't in the project...Daniel Dunbar2010-01-191-2/+2
* Initial cut at integrating compiler-rt (on Darwin) w/ clang build.Daniel Dunbar2010-01-192-2/+101
* Tighten code and rework indentation of some if() branches (for readability). ...Ted Kremenek2010-01-191-16/+15
* Remove extra space in uses of 'assert()'.Ted Kremenek2010-01-191-7/+7
* Re-alphabetize cases in switch statement.Ted Kremenek2010-01-191-9/+9
* Eliminate cursor kinds used to express definitions. Instead, provideDouglas Gregor2010-01-191-2/+2
* Issue diagnostics (instead of crashing in code gen) when usingFariborz Jahanian2010-01-191-8/+2
* Avoid an instantiation of std::sort.Benjamin Kramer2010-01-191-14/+10
* Teach Sema::ActOnDependentTemplateName that a dependent template nameDouglas Gregor2010-01-193-28/+9
* Fix a serious bug: Tmp3 is the wrong destination set. We should create a newZhongxing Xu2010-01-191-6/+6
* In a mem-initializer, a nested-name-specifier followed by anDouglas Gregor2010-01-191-8/+25
* When looking up enumerator names for redeclaration, use theDouglas Gregor2010-01-191-1/+2
* Add try/catch CFG support. Also improve throw CFG support. WIP.Mike Stump2010-01-191-10/+100
* Emit human readable names for operators.Devang Patel2010-01-191-4/+3
* First cut at emitting debugging information for C++ member functions.Devang Patel2010-01-192-2/+77
* Fix possible memory leak by using an OwningPtr.Ted Kremenek2010-01-191-5/+5
* Use llvm::Function name as the linkage name, but strip off leading '01' from ...Devang Patel2010-01-191-0/+2
* Refactor.Devang Patel2010-01-192-49/+62
* llvm::Function name is the linkage name. If it has a '01' as a prefix then pr...Devang Patel2010-01-181-3/+0
* Allow conversion of pointer to an objective-c pointer toFariborz Jahanian2010-01-181-1/+11
* allow the HandlerComment callback to push tokens into theChris Lattner2010-01-183-18/+36
* simplify the code for skipping in a #if 0 block. The CurLexerChris Lattner2010-01-181-4/+1
* float, double, and long double do need extra data in theDouglas Gregor2010-01-181-5/+3
* Preserve type source information in compound literal expressions.John McCall2010-01-186-34/+49
* Print fix-it hints properly around tabs, from Christian Adåker!Douglas Gregor2010-01-181-0/+36
* Remove ../libexec from clang program search path, clang-cc is dead.Daniel Dunbar2010-01-181-24/+0
* Mostly renaming some methods and updating comments toFariborz Jahanian2010-01-182-31/+40
* Improve source-location information for builtin TypeLocs, from EneaDouglas Gregor2010-01-186-3/+109
* Encoding calling conventions in the type system, from Charles Davis!Douglas Gregor2010-01-184-34/+74
* More VTT builder fixes. With these fixes we now correctly handle the very com...Anders Carlsson2010-01-181-1/+20
* Add support for computing size in elements for symbolic regions obtained fromZhongxing Xu2010-01-184-10/+36
* Move some common code into BuildVTT.Anders Carlsson2010-01-181-6/+3
* Fix a bunch of VTT layout bugs, add simple tests for VTT layout.Anders Carlsson2010-01-181-4/+17
* If the symbol has not been tracked, do not free it. This is possible when freeZhongxing Xu2010-01-181-1/+6
* Minor VTT builder cleanup, no functionality change.Anders Carlsson2010-01-171-14/+12
* Get the ctor vtable address points directly from the VTT builder.Anders Carlsson2010-01-171-2/+12
* PR6055: fix FreeBSD c++ include path. patch by Roman DivackyNuno Lopes2010-01-171-1/+1
OpenPOWER on IntegriCloud