summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Many updates to Windows project files.Steve Naroff2009-01-265-0/+28
* Comment fix.Daniel Dunbar2009-01-261-1/+1
* ccc: -o should not be automatically forwarded to generic gcc tools.Daniel Dunbar2009-01-261-1/+1
* ccc: Recognize -emit-llvm [-S].Daniel Dunbar2009-01-266-16/+50
* start plumbing together the line table information. So far we justChris Lattner2009-01-263-22/+127
* Lazily paging in file contents is a big win for PTH, strip out the oldChris Lattner2009-01-261-20/+2
* Bitmangle file characteristic bits into the low bits of Chris Lattner2009-01-261-10/+12
* add parsing and constraint enforcement for GNU line marker directives.Chris Lattner2009-01-264-40/+173
* Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq...Ted Kremenek2009-01-261-29/+33
* add another sanity test.Chris Lattner2009-01-261-0/+4
* a few minor cleanupsChris Lattner2009-01-261-2/+6
* parse and enforce required constraints on #line directives. Right nowChris Lattner2009-01-264-14/+104
* added to wrong directoryChris Lattner2009-01-261-0/+0
* an insane macro testcase.Chris Lattner2009-01-261-0/+639
* eagerly resolve the spelling locations of macro argument preexpansions.Chris Lattner2009-01-262-3/+10
* Eagerly resolve the spelling location of the tokens in a definitionChris Lattner2009-01-262-0/+18
* Only resolve a macro's instantiation loc once per macro, instead of onceChris Lattner2009-01-261-0/+7
* PR3269: create an empty InitListExpr as a child for the Eli Friedman2009-01-261-3/+7
* Check in the long promised SourceLocation rewrite. This lays theChris Lattner2009-01-2611-429/+516
* Update C++ status table with new member pointer conversion capabilities.Sebastian Redl2009-01-261-7/+7
* improve ASTContext::getDeclAlign comment, as suggested by Eli.Chris Lattner2009-01-251-3/+3
* use simpler methodChris Lattner2009-01-251-1/+1
* Implement implicit conversions for pointers-to-member.Sebastian Redl2009-01-257-10/+147
* Introduce an explicit case for member pointers in CodeGenTypes. However, it s...Sebastian Redl2009-01-251-0/+7
* Fix compile error from r62953.Sebastian Redl2009-01-251-1/+2
* One more case for Expr::isConstantInitializer; I think this covers Eli Friedman2009-01-251-0/+2
* Enhancements to Expr::isConstantInitializer to deal with a few Eli Friedman2009-01-251-6/+25
* Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more Eli Friedman2009-01-255-9/+9
* Get rid of some code that should be unnecessary.Eli Friedman2009-01-251-52/+0
* Make the constant folder aware of Eli Friedman2009-01-254-3/+21
* Fix the address of a label to be properly considered and emitted as aEli Friedman2009-01-253-0/+12
* Fix for PR2100: merge types for variables.Eli Friedman2009-01-242-4/+20
* Correct test; sorry for any inconvenience.Eli Friedman2009-01-241-1/+1
* Compute instaceStart/instanceSize fields of the class_ro_t meta-dataFariborz Jahanian2009-01-241-2/+41
* Make tentative parsing of pointer-to-member decls work, and fix other stuff p...Sebastian Redl2009-01-244-5/+17
* PR3062: statement expressions should be illegal at file scope. I don't Eli Friedman2009-01-243-0/+9
* Fix for PR2910: implement CodeGen for non-constant offsetof.Eli Friedman2009-01-242-7/+54
* Refactor sizeof handling to use constant folding logic for constant Eli Friedman2009-01-242-41/+24
* add initial support for the gcc "alignof(decl) is the alignment of the declChris Lattner2009-01-243-5/+39
* Undo accidental disabling of smart pointers.Sebastian Redl2009-01-241-1/+1
* Implement C99 6.5.3.4p1, rejecting sizeof(bitfield)Chris Lattner2009-01-243-8/+15
* Patch to build class meta-data for each implementation Fariborz Jahanian2009-01-241-9/+44
* Add support for declaring pointers to members.Sebastian Redl2009-01-2412-56/+378
* remove a bunch of alignment handling code out of CGExprScalar, sinceChris Lattner2009-01-241-20/+18
* Improve handling of alignof. alignof(VLA) now works properly for example.Chris Lattner2009-01-241-13/+50
* fix some const-correctness issues.Chris Lattner2009-01-241-1/+5
* remove dead code.Chris Lattner2009-01-241-15/+0
* This patch builds the meta-class object for each Fariborz Jahanian2009-01-241-75/+171
* Fix PR3386 by handling GCC's rules for alignof, which are substantiallyChris Lattner2009-01-244-1/+40
* fix a fixme, don't leak the expr on error.Chris Lattner2009-01-241-5/+10
OpenPOWER on IntegriCloud