llvm-project/clang/lib
Chris Lattner 28ec0cf86c the logic for computing __func__ and friends is really broken:
the type assigned by sema (and is visible with sizeof(__func__) for
example) has nothing to do with what codegen ends up producing.
We should eventually add a method on PredefinedExpr to handle this.
In the meantime, just set up some framework and add some fixme's.

llvm-svn: 69872
2009-04-23 05:30:27 +00:00
..
AST The ivars in an ObjCImplementationDecl are now stored in the 2009-04-23 03:23:08 +00:00
Analysis Eliminate the three SmallVectors in ObjCImplDecl (for instance 2009-04-23 01:02:12 +00:00
Basic some arm triples have weird characters in them, just fuzzy match 2009-04-23 04:22:04 +00:00
CodeGen the logic for computing __func__ and friends is really broken: 2009-04-23 05:30:27 +00:00
Driver rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. 2009-04-21 05:34:31 +00:00
Frontend PCH (de-)serialization of the protocols in an ObjCInterfaceDecl 2009-04-23 03:59:07 +00:00
Headers Fix tyop in SSSE3 header (6808876). 2009-04-20 20:31:10 +00:00
Lex apply Eli's patch to fix PR4008, with a testcase. Thanks Eli! 2009-04-21 23:28:41 +00:00
Parse Fix a problem with objc foreach loop. It turns out that objc mode changes 2009-04-22 00:54:41 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema The ivars in an ObjCImplementationDecl are now stored in the 2009-04-23 03:23:08 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00