- Sep 18, 2009
-
-
Fariborz Jahanian authored
array syntax is used to derefernce and assign to ivar pointee. llvm-svn: 82183
-
Chris Lattner authored
llvm-svn: 82182
-
Chris Lattner authored
llvm-svn: 82181
-
Chris Lattner authored
64-bit systems. llvm-svn: 82180
-
Chris Lattner authored
llvm-svn: 82179
-
Chris Lattner authored
llvm-svn: 82178
-
Julien Lerouge authored
supporting this attribute). llvm-svn: 82177
-
Devang Patel authored
llvm-svn: 82176
-
Devang Patel authored
llvm-svn: 82175
-
- Sep 17, 2009
-
-
Mike Stump authored
llvm-svn: 82170
-
Douglas Gregor authored
essence, code completion is triggered by a magic "code completion" token produced by the lexer [*], which the parser recognizes at certain points in the grammar. The parser then calls into the Action object with the appropriate CodeCompletionXXX action. Sema implements the CodeCompletionXXX callbacks by performing minimal translation, then forwarding them to a CodeCompletionConsumer subclass, which uses the results of semantic analysis to provide code-completion results. At present, only a single, "printing" code completion consumer is available, for regression testing and debugging. However, the design is meant to permit other code-completion consumers. This initial commit contains two code-completion actions: one for member access, e.g., "x." or "p->", and one for nested-name-specifiers, e.g., "std::". More code-completion actions will follow, along with improved gathering of code-completion results for the various contexts. [*] In the current -code-completion-dump testing/debugging mode, the file is truncated at the completion point and EOF is translated into "code completion". llvm-svn: 82166
-
Mike Stump authored
llvm-svn: 82164
-
John McCall authored
instead of the PtrTraits provided. Allows PointerIntPair to contain a PointerUnion safely, as long as the bits add up. llvm-svn: 82163
-
Dan Gohman authored
llvm-svn: 82162
-
Daniel Dunbar authored
- Move CMake to using the new test runner. - Switch Makefiles to use the lit.site.cfg.in template. - Remove explicit --path arguments, instead this gets written into the site configuration. This means running lit from the command line should use the exact same configuration as is used in 'make test', assuming it can find the site configuration file. You still need to run 'make test' (or the cmake build target equivalent) at least once. llvm-svn: 82160
-
Douglas Gregor authored
complain about specializations of member functions that are not definitions. Fixes PR4995. llvm-svn: 82159
-
Chris Lattner authored
currently unused. llvm-svn: 82157
-
Steve Naroff authored
llvm-svn: 82154
-
Dan Gohman authored
where the induction variable has a non-unit stride, such as {0,+,2}, and there are expressions such as {1,+,2} inside the loop formed with or or add nsw operators. llvm-svn: 82151
-
Jim Grosbach authored
llvm-svn: 82150
-
Jim Grosbach authored
llvm-svn: 82149
-
Daniel Dunbar authored
llvm-svn: 82148
-
Daniel Dunbar authored
- Based on patch by Shantonu. llvm-svn: 82147
-
Anders Carlsson authored
llvm-svn: 82146
-
Benjamin Kramer authored
llvm-svn: 82145
-
Daniel Dunbar authored
llvm-svn: 82133
-
Daniel Dunbar authored
- Patch by Shantonu Sen! <rdar://problem/6922650> clang doesn't know about ARM registers for inline asm clobber lists llvm-svn: 82132
-
Daniel Dunbar authored
llvm-svn: 82131
-
Daniel Dunbar authored
llvm-svn: 82130
-
Daniel Dunbar authored
- Doug, please check. - PR4940. llvm-svn: 82129
-
Daniel Dunbar authored
llvm-svn: 82128
-
Evan Cheng authored
llvm-svn: 82127
-
Daniel Dunbar authored
llvm-svn: 82126
-
Anders Carlsson authored
llvm-svn: 82125
-
Anders Carlsson authored
llvm-svn: 82124
-
Anders Carlsson authored
llvm-svn: 82123
-
Anders Carlsson authored
llvm-svn: 82122
-
Anders Carlsson authored
llvm-svn: 82121
-
Daniel Dunbar authored
already preprocessed. -- ddunbar@giles:tmp$ touch t.i ddunbar@giles:tmp$ gcc -E t.i ddunbar@giles:tmp$ clang -E t.i clang: warning: t.i: previously preprocessed input unused when '-E' is present ddunbar@giles:tmp$ -- <rdar://problem/6813375> [driver] driver prints confusing message when running -E on preprocessed file llvm-svn: 82120
-
Anders Carlsson authored
llvm-svn: 82119
-